home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #9
/
Amiga Plus CD - 2004 - No. 09.iso
/
amigaplus
/
tools
/
amigaos4_only
/
fracblank
/
source
/
fraccontrol.h
< prev
next >
Wrap
C/C++ Source or Header
|
2004-08-03
|
589b
|
38 lines
// The main program
extern struct Process *MainProcess;
// BlankerEntry data
extern struct SignalSemaphore BlankSemaphore;
// Screen mode requester data
extern ULONG DisplayID;
extern WORD DisplayDepth;
extern WORD Depth;
// BlankerControl data
extern struct Process *BlankerControlProcess;
extern struct Hook ScreenHook,
WindowHook;
// A blank pointer
APTR Pointer;
// Screen and pattern change timeout
extern ULONG PatternCount;
// Declarations for cosmic flame blanker code
extern ULONG MaxRecursionLevel;
// Prototypes
extern VOID BlankerEntry();